home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource3
/
156_01
/
args.h
< prev
next >
Wrap
Text File
|
1985-08-21
|
256b
|
9 lines
#asm
GLOBAL QGETARG ;getarg(n,s,size)
; /* places in s the n-th argument (assumes s
; has size bytes). Returns s. */
GLOBAL QSETARGS ;setargs() /* fetch arguments */
GLOBAL QSTDIN
GLOBAL QSTDOUT
#endasm